home *** CD-ROM | disk | FTP | other *** search
/ Samsung New PC Studio / Samsung_new_Pc_studio.iso / Experience / Russian / movie9.swf / scripts / DefineButton2_283 / BUTTONCONDACTION on(release).as
Text File  |  2007-09-20  |  218b  |  13 lines

  1. on(release){
  2.    if(subjectArr == null || subjectArr.length == 0)
  3.    {
  4.       errorBox.gotoAndPlay("nothing");
  5.    }
  6.    else
  7.    {
  8.       clearInterval(interval);
  9.       gotoAndStop("form");
  10.       play();
  11.    }
  12. }
  13.